x86/boot: add memory to clobber list in reloc_mbi_struct()
authorDaniel Kiper <daniel.kiper@oracle.com>
Thu, 23 Oct 2014 08:22:52 +0000 (10:22 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 23 Oct 2014 08:22:52 +0000 (10:22 +0200)
commit04dbb22e89c0e5f947e509d4728354923082264a
treec1b7e752c3b60a44f4c44ae28886823c479995af
parentd6ea91d6e7a118bdf2384dfbaa9caa14b19bc61d
x86/boot: add memory to clobber list in reloc_mbi_struct()

Assembly inline in reloc_mbi_struct() clobbers
memory so tell compiler about that.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/boot/reloc.c